;KnotMaker uses this file for determining the appropriate 
;size and position when drawing tiles onto the canvas.

;The "CellWidthAndHeight" values are the grid cell width and height 
;to use for drawing the grid lines on the canvas.

;The "TileWidthAndHeight" values are the tile width and height 
;to use for fitting each tile within the grid lines.  This doesn't 
;include the size of the transparent border around the cell.

;The "TransparentBorderSize" values are the width of 
;the transparent border around each tile.

;The best results are achieved when the rope covers up the grid
;lines at the top and left sides, but is just inside the grid
;lines at the bottom and right sides.

;Change the numbers (below) to adjust how the tiles look on the canvas,
;but don't change anything else in this file.

;Blank lines and lines beginning with a semi-colon (;) will be ignored by KnotMaker.


LargestCellWidthAndHeight=202
LargestTileWidthAndHeight=201
LargestTransparentBorderSize=24

LargerCellWidthAndHeight=135
LargerTileWidthAndHeight=133
LargerTransparentBorderSize=17

LargeCellWidthAndHeight=90
LargeTileWidthAndHeight=88
LargeTransparentBorderSize=12

MediumCellWidthAndHeight=60
MediumTileWidthAndHeight=58
MediumTransparentBorderSize=9

SmallCellWidthAndHeight=40
SmallTileWidthAndHeight=39
SmallTransparentBorderSize=6

SmallerCellWidthAndHeight=27
SmallerTileWidthAndHeight=25
SmallerTransparentBorderSize=5

SmallestCellWidthAndHeight=18
SmallestTileWidthAndHeight=16
SmallestTransparentBorderSize=4
